home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3rmplev.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  60 lines

  1.  
  2. // JavaScript wrapper for r3rmplev.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_RMATLEV_H = 1;
  7. include("real/raytr/r3rmprop.js")
  8.  
  9.  
  10. var R3CLID_RMPLEVEL = 731;
  11.  
  12.  
  13.  
  14.  
  15. R3RMPLEVA_LocalCnt = 731500;
  16. function SetR3RMPLEVA_LocalCnt(value) {
  17.   R3Set(this.r3obj, R3RMPLEVA_LocalCnt, value, R3TID_INTEGER, 0); 
  18. }
  19.  
  20. function GetR3RMPLEVA_LocalCnt() {
  21.   return R3Get(this.r3obj, R3RMPLEVA_LocalCnt, R3TID_INTEGER, 0); 
  22. }
  23.  
  24. R3RMPLEVA_PhaseCount = 731501;
  25. function SetR3RMPLEVA_PhaseCount(value) {
  26.   R3Set(this.r3obj, R3RMPLEVA_PhaseCount, value, R3TID_INTEGER, 0); 
  27. }
  28.  
  29. R3RMPLEVA_Phases = 731502;
  30. function SetR3RMPLEVA_Phases(value) {
  31.   R3Set(this.r3obj, R3RMPLEVA_Phases, value, R3TID_INTEGER, R3TNF_ARRAY); 
  32. }
  33.  
  34. R3RMPLEVA_InParamCount = 731503;
  35. function SetR3RMPLEVA_InParamCount(value) {
  36.   R3Set(this.r3obj, R3RMPLEVA_InParamCount, value, R3TID_INTEGER, 0); 
  37. }
  38.  
  39. function GetR3RMPLEVA_InParamCount() {
  40.   return R3Get(this.r3obj, R3RMPLEVA_InParamCount, R3TID_INTEGER, 0); 
  41. }
  42.  
  43.  
  44.  
  45. function r3Rmplevel () { 
  46.    this.base = r3God;
  47.    if(arguments.length) {
  48.       this.base(R3CLID_RMPLEVEL, arguments);
  49.    }
  50.    // Attributes
  51.    this.GetLocalCnt=GetR3RMPLEVA_LocalCnt;
  52.    this.SetLocalCnt=SetR3RMPLEVA_LocalCnt;
  53.    this.SetPhaseCount=SetR3RMPLEVA_PhaseCount;
  54.    this.SetPhases=SetR3RMPLEVA_Phases;
  55.    this.GetInParamCount=GetR3RMPLEVA_InParamCount;
  56.    this.SetInParamCount=SetR3RMPLEVA_InParamCount;
  57. }
  58.  
  59. r3Rmplevel.prototype=new r3Rmatprop;
  60. // r3rmplev.h_H